home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / TimGA 1.1 / Graphs / Davidson & Harel / Fig. 09 - 2 x Cube < prev    next >
Encoding:
Text File  |  1995-08-08  |  231 b   |  30 lines  |  [TEXT/TiGA]

  1.  
  2. |V|:    12        // Number of nodes
  3. |E|:    20        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     2    3
  7.     3    4
  8.     4    1
  9.     
  10.     5    6
  11.     6    7
  12.     7    8
  13.     8    5
  14.     
  15.     1    5
  16.     2    6
  17.     3    7
  18.     4    8
  19.     
  20.     9    10
  21.     10    11
  22.     11    12
  23.     12    9
  24.     
  25.     5    9
  26.     6    10
  27.     7    11
  28.     8    12
  29.     
  30.